home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Tampa Bay Amiga Group / TBAG - Tampa Bay Amiga Group's Disk of the Month #70 (1992)(Merlin's Software - Amiganuts United)(PD)[b corrupt file].zip / TBAG - Tampa Bay Amiga Group's Disk of the Month #70 (1992)(Merlin's Software - Amiganuts United)(PD)[b corrupt file].adf / Docs / DT.Docs < prev    next >
Text File  |  1992-07-14  |  2KB  |  42 lines

  1. This is a program that I have found useful in several circumstances: when
  2. you need to transport files on floppy discs (e.g. from Stanford to Europe)
  3. it is better to be sure that all the files you have copied are readable
  4. before slipping 7,000 miles away from the original material. This program,
  5. named DT for "Disk Test", tests the whole disc: at first reading all the
  6. cylinders one by one, to be sure that the disc itself is reliable; then
  7. reads, record by record, all the files on the disc. This last step can
  8. take long time if you have several files; but it is, as I think, the most
  9. important in order to check the data reliability.
  10.  
  11. DT has been written specifically for floppies: to check hard disk cylinders
  12. there are diagnostic programs that usually come with them; and to check the
  13. readabality of a subset of the files you have somewhere, you should try the
  14. program VERFIFY that you will find in the Fred Fish collection. I decided
  15. to mimic the aesthetic of the DT program from Peter Norton (in the IBM-PC
  16. Norton Utilities); but I avoided the Peter Norton's option of a switch in
  17. the command line to skip the cylinder test or the file test: in my opinion
  18. both phases are essential and not too much time consuming, so the user
  19. should perform both.
  20.  
  21. To run this program from the CLI, enter DT DFx:, where "x" is the floppy
  22. unit number (the colon can be omitted); clicking on the DT icon from the
  23. Workbench will open a window on which you will be prompted for the unit
  24. to test. The output is self-explaining.
  25.  
  26. A thank to:
  27.               - Commodore: for the Amiga;
  28.               - SAS: for SAS-C v5.10;
  29.               - ASDG, Inc.: for CygnusEd Professional;
  30.               - Gimpel Software: for FlexeLint;
  31.               - Joel Swank: for VERIFY (but I did not borrow almost
  32.                 anything from him);
  33.               - Peter Norton: for the original DT.
  34.  
  35. You are free to use, modify and freely distribute this program; but you
  36. must not charge money for it, and leave my name and my notes as they are
  37. If you will modify DT and will take care to send me the changed program,
  38. you will make me happy. My address can be found in the source header.
  39.  
  40.                        Have fun !
  41.                                           Maurizio
  42.